home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7703 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: keats.ugrad.cs.ubc.ca!not-for-mail
  2. From: c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku)
  3. Newsgroups: comp.lang.misc,comp.lang.perl.misc,comp.lang.tcl,comp.lang.c,comp.lang.java
  4. Subject: Re: Readable Perl (was: Re: Relative Speed of Perl vs. Tcl vs. C)
  5. Date: 26 Feb 1996 06:55:01 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Message-ID: <4gshk5INNf9v@keats.ugrad.cs.ubc.ca>
  8. References: <4e3a2u$eoa@wcap.centerline.com> <gperkinsDn634w.MMC@netcom.com> <312C9376.62BE@cbi.tamucc.edu> <gperkinsDn90ww.Gu4@netcom.com>
  9. NNTP-Posting-Host: keats.ugrad.cs.ubc.ca
  10.  
  11. In article <gperkinsDn90ww.Gu4@netcom.com>,
  12. Glen C. Perkins <gperkins@netcom.com> wrote:
  13.  >Jonathan Scott Duff <duff@cbi.tamucc.edu> writes:
  14.  >
  15.  >>Glen C. Perkins wrote:
  16.  >>> 
  17.  >>> opinions, fight it out. The result has been a significant
  18.  >>> expansion in the number of languages I use, rather than
  19.  >>> just using C for everything. (Actually, the truth is,
  20.  >>> it has expanded my repertoire enough that I *never* use
  21.  >>> C for *anything* anymore!)
  22.  >>>
  23.  >
  24.  >>Hmm... Why do you never use C anymore?  It sounds like you
  25.  >>are fanaticizing over languages instead of just using the
  26.  >>right one for whatever job you have at hand.
  27.  >
  28.  >I don't use C anymore because I don't have any problems
  29.  >that C handles better than Perl or Java or Lisp or
  30.  >Delphi (which is for the whole system, not the Pascal.)
  31.  
  32. Makes sense. It sounds like you just aren't writing system-level code that also
  33. needs to be portable.
  34.  
  35. If you decided to, say, write a ray tracer or a little OS kernel, you might
  36. want to migrate back to C. :)
  37.  
  38.  >If I wrote drivers or spreadsheet recalc engines, I'd
  39.  >use C. I don't. I use Java for web applets, Perl for
  40.  >CGI and local file processing utilities, Lisp for genetic
  41.  >algorithms experiments, and Delphi for commercial windows
  42.  >apps (series of vertical market products).
  43.  >
  44.  >Thanks to the availability of these wonderful tools, I
  45.  >don't use C for anything anymore. Are these the rantings
  46.  >of a "fanatic"? You be the judge....  ;-)
  47.  
  48. Not at all. If you did want to write drivers or "recalc engines", you'd be back
  49. in C in a jiffy. Or just write code that is portable to systems that aren't
  50. blessed with Delphi support from Boreland.
  51. -- 
  52.  
  53.